home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10287 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  975 b 

  1. Path: inforamp.net!ts9-03
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Can somebody explain me how to do this in C++
  5. Date: Thu, 07 Mar 96 05:28:44 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hls66$6jg@sam.inforamp.net>
  8. References: <4hkb2o$ko3@mo6.rc.tudelft.nl>
  9. NNTP-Posting-Host: ts9-03.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4hkb2o$ko3@mo6.rc.tudelft.nl>,
  13.    Ejo Schrama <schrama@geo.tudelft.nl> wrote:
  14. >    localpointer2->execute_routine();
  15.  
  16. As long as localpointer2 is really pointing to a Cparam_inhereted_method, then 
  17. I don't see why it would fail.  It would fail if you had a 
  18. Cparam_inhereted_method2 that was derived from Cparam and assigned to 
  19. localpointer2.  But as long as you are careful, you shouldn't have a problem. 
  20.  Did I miss something?  Of course, I've been known to be wrong.  Which 
  21. compiler are you using?  I'll try some examples if you get back to me.
  22.  
  23. Agrivar
  24.